home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-01.zip / 01 / CHIP / Dialog NewFon / NewFon aplikacja / X_lite-Newfon-Win32-1105c-17546.exe / install_script.iss
Text File  |  2006-10-13  |  3KB  |  72 lines

  1. ;InnoSetupVersion=4.2.6
  2.  
  3. [Setup]
  4. AppName=NewFon
  5. AppVerName=NewFon 2.0 release 1105c
  6. AppId=NewFon
  7. AppPublisher=NewFon
  8. AppPublisherURL=www.newfon.pl
  9. AppSupportURL=www.newfon.pl
  10. AppUpdatesURL=www.newfon.pl
  11. AppMutex=XscSIPClientF0446FF90C2C4f479BADDD7B959E0E55
  12. DefaultDirName={pf}\NewFon
  13. DefaultGroupName=NewFon
  14. OutputBaseFilename=setup
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. LicenseFile=embedded\License.txt
  18. InfoBeforeFile=embedded\InfoBefore.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\NewFon.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. ; Source: "{app}\,1"; DestDir: "{app}"; Flags: skipifsourcedoesntexist 
  25. ; Source: "{app}\,2"; DestDir: "{app}"; Flags: skipifsourcedoesntexist 
  26. Source: "{app}\unicows.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. ; Source: "{app}\,3"; DestDir: "{app}"; Flags: skipifsourcedoesntexist 
  28.  
  29. [Registry]
  30. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "XSC SIP Client"; ValueType: String; ValueData: """{app}\NewFon.exe"""; Tasks: winlaunch; Flags: uninsdeletevalue 
  31.  
  32. [INI]
  33. FileName: "{app}\NewFon.url"; Section: "InternetShortcut"; Key: "URL"; String: "www.newfon.pl"; 
  34.  
  35. [Run]
  36. Filename: "{app}\NewFon.exe"; Description: "Launch NewFon"; Flags: postinstall unchecked skipifsilent nowait
  37.  
  38. [Icons]
  39. Name: "{group}\NewFon"; Filename: "{app}\NewFon.exe"; WorkingDir: "{app}"; 
  40. Name: "{group}\NewFon on the Web"; Filename: "{app}\NewFon.url"; WorkingDir: "{app}"; 
  41. Name: "{userdesktop}\NewFon"; Filename: "{app}\NewFon.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  42. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\NewFon"; Filename: "{app}\NewFon.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  43.  
  44. [Tasks]
  45. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  46. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  47. Name: "winlaunch"; Description: "&Launch the application when Windows starts"; GroupDescription: "Launch options:"; 
  48.  
  49. [UninstallDelete]
  50. Type: files; Name: "{app}\NewFon.url"; 
  51.  
  52. [Types]
  53. Name: "typical"; Description: "Typical installation"; 
  54. Name: "full"; Description: "Full installation"; 
  55. Name: "compact"; Description: "Compact installation"; 
  56.  
  57. [CustomMessages]
  58. default.NameAndVersion=%1 version %2
  59. default.AdditionalIcons=Additional icons:
  60. default.CreateDesktopIcon=Create a &desktop icon
  61. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  62. default.ProgramOnTheWeb=%1 on the Web
  63. default.UninstallProgram=Uninstall %1
  64. default.LaunchProgram=Launch %1
  65. default.AssocFileExtension=&Associate %1 with the %2 file extension
  66. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  67.  
  68. [Languages]
  69. ; These files are stubs
  70. ; To achieve better results after recompilation, use the real language files
  71. Name: "default"; MessagesFile: "embedded\default.isl"; 
  72.